Skip to content

feat(ui): restore Group by alias in call flow#748

Merged
adubovikov merged 1 commit into
homer11from
feat/group-by-alias-747
May 26, 2026
Merged

feat(ui): restore Group by alias in call flow#748
adubovikov merged 1 commit into
homer11from
feat/group-by-alias-747

Conversation

@adubovikov

@adubovikov adubovikov commented May 26, 2026

Copy link
Copy Markdown
Member

Summary

  • Restores Group by alias in the SIP call flow filter panel (Homer 7 parity; fixes Homer 11 missing host grouping "Group by alias" #747).
  • Endpoints with the same IP alias (aliasSrc / aliasDst enrichment) merge into one ladder column; endpoints without an alias stay on separate ip:port columns.
  • Tooltip lists multiple IPs when several addresses share one alias.

Test plan

  • Open a transaction call flow with IP aliases configured in Settings → IP Aliases
  • Host grouping → Group by alias: columns show alias names; multiple servers with the same alias collapse to one column
  • Ungrouped and Group by IP still behave as before
  • cd src/ui && npm test -- src/dashboard/flow/flow-data.test.ts

Homer 11 only offered ungrouped and group-by-IP columns; merge endpoints
that share the same IP alias so the ladder shows logical roles again.

Fixes #747
@CLAassistant

CLAassistant commented May 26, 2026

Copy link
Copy Markdown

CLA assistant check
All committers have signed the CLA.

@adubovikov adubovikov merged commit 4dd89e4 into homer11 May 26, 2026
9 of 10 checks passed
@adubovikov adubovikov deleted the feat/group-by-alias-747 branch May 26, 2026 21:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Homer 11 missing host grouping "Group by alias"

2 participants